This page last changed on Jun 14, 2005 by orogers.

Remote Project Labeller

This labeller retrieves the last successful integration label for a project on a remote server. You can use this labeller if you have split your build across multiple projects on different servers and you want to use a consistent version across all builds.
<project>
   <labeller type="remoteProjectLabeller">
     <project>Common</project>
     <serverUri>tcp://mainbuild:21234/CruiseManager.rem</serverUri>
   </labeller>	
   <!-- Other project configuration to go here -->
</project>

Configuration Elements:

Node Description Type Required Default
project The project to retrieve the label from. string true N/A
serverUri The URI to the remote cruise server containing the project to use (defaults to use the local build server). string false tcp://mainbuild:21234/CruiseManager.rem
Document generated by Confluence on Jun 26, 2005 17:22